FortuneWheel
UNREAL ASSETS
Documentation
How to set up a fortune wheel.
Step 1: Add fortune wheel widget component
- Go to design section of the widget.
- Go to palette section.
- In user created section you will find all the fortune wheel.
- To it drage and drop it into design panel.
Step 2: Spin the wheel
- Go to graph section.
- Get fortune wheel component reference.
- Call “Spin the Wheel” function.
Step 3: execute custom code with the result.
- Get fortune wheel component reference.
- Bind event to “On Spin Finish” event to your custom code,
- This code will execute when wheel finish spinning.